IMotion.SetAxisMotionProfile 方法
配置轴的运动设定。
命名空间:IntervalZero.KINGSTAR.Base.Api组合: IntervalZero.KINGSTAR.Base.Api (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
KsError SetAxisMotionProfile(
int Index,
McProfileSettings Settings
)
Function SetAxisMotionProfile(
Index As Integer,
Settings As McProfileSettings
) As KsError
参数
Index
型别:int
轴索引。索引以 0 为起始;别名将影响此参数。
Settings
调整轴的运动设定。
回传值
型别:KsError
方法的回传值。
范例
N/A
参见